From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:26:40 +0000 (+0100) Subject: gtk: mark gtk_glarea_get_context as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~4^2~134^2~7 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=77f7caf18d877b0f997081dff8005127c7deb49e;p=gtk4.git gtk: mark gtk_glarea_get_context as nullable --- diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c index 655c102cd7..de7cc7fa0f 100644 --- a/gtk/gtkglarea.c +++ b/gtk/gtkglarea.c @@ -1317,7 +1317,7 @@ gtk_gl_area_set_auto_render (GtkGLArea *area, * * Retrieves the `GdkGLContext` used by @area. * - * Returns: (transfer none): the `GdkGLContext` + * Returns: (transfer none) (nullable): the `GdkGLContext` */ GdkGLContext * gtk_gl_area_get_context (GtkGLArea *area)